projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8af1763
)
; Complete fixing Bug#24432
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 14 Sep 2016 12:52:54 +0000
(14:52 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 14 Sep 2016 12:52:54 +0000
(14:52 +0200)
lisp/net/tramp-cache.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-cache.el
b/lisp/net/tramp-cache.el
index 2578815ce5195ed32e1849c93eb74b1ee3c76938..43b3ba07708f4664b672984150644845f6fac183 100644
(file)
--- a/
lisp/net/tramp-cache.el
+++ b/
lisp/net/tramp-cache.el
@@
-430,7
+430,8
@@
for all methods. Resulting data are derived from connection history."
;; `tramp-connection-properties'. The cache is
;; initialized properly by side effect.
(unless (tramp-connection-property-p key (car item))
- (tramp-set-connection-property key (pop item) (car item))))))
+ (tramp-set-connection-property key (pop item) (car item))))
+ (tramp-set-connection-property key "active" 'undef)))
(setq tramp-cache-data-changed nil))
(file-error
;; Most likely because the file doesn't exist yet. No message.